home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / netz / chimera_v2.16alpha / x11 / lib / chimera / convert < prev    next >
Text File  |  1995-09-08  |  603b  |  22 lines

  1. #
  2. # use in-content-type out-content-type command
  3. #
  4.  
  5. # Conversions for inline images
  6. #inline application/postscript image/gif pstopxm gif8 %s
  7.  
  8. # just do a download
  9. ftp application/x-compress * none
  10. ftp application/x-gzip * none
  11.  
  12. # Deal with transfer/content encodings
  13. #x-compress * * zcat < %s
  14. #x-gzip * * zcat < %s
  15.  
  16. # Misc. conversions
  17. #* text/x-compress-html text/html    zcat < %s
  18. #* text/x-gzip-html text/html        zcat < %s
  19. #* message/ text/html            echo '<plaintext>'; cat %s
  20. #* x-unknown/x-unknown text/html        echo '<plaintext>'; cat %s
  21. #* application/news-transmission text/html echo '<plaintext>'; cat %s
  22.